home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 26 / CU Amiga Magazine's Super CD-ROM 26 (1998)(EMAP Images)(GB)[!][issue 1998-09].iso / CUCD / Utilities / MARInA / Shell < prev    next >
AmigaDOS Script File  |  1998-05-21  |  235b  |  10 lines

  1. .key a,File
  2.  
  3. if not <File>
  4.   newshell "${RefTable/GUI-ConsoleType}$SHELLSIZE/$SHELLTITLE/CLOSE/" from s:start/Shell-Startup.std
  5.   quit
  6. else
  7.   newshell "${RefTable/GUI-ConsoleType}$SHELLSIZE/$SHELLTITLE/CLOSE/" from <File>
  8.   quit
  9. endif
  10.